Harrison, I have 2 issues 1. I can print the data from my code but when I try to save I get either HTTP Error 404: Not Found or only 1 qb player stats. 2. having trouble visualizing how to organize my data. I'm sure its something simple that you can assist with. Here is my code: [import re import urllib.request import urllib.parse
except Exception as e: print(str(e)) except Exception as e: print(str(e))
except Exception as e: print(str(e))
qb()]
You must be logged in to post. Please login or register an account.
I think I found my 404 error my regular expression was sloppy, I've cleaned it up since my original post. Also I've now been receiving a 502 server hangup error. I think I solved this issue by adding time to my requests. It at least let me finish the last scrape. Now all thats left is to put the data into an organized list.
-Floyd 9 years ago
You must be logged in to post. Please login or register an account.